projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cca5f5
)
Add 'last found' and 'placer' to geocaching fields.
author
robertl
<robertl>
Thu, 5 May 2005 16:06:24 +0000
(16:06 +0000)
committer
robertl
<robertl>
Thu, 5 May 2005 16:06:24 +0000
(16:06 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index efaedcab1e20e3b5d5848444502064ad38226007..a5bef70a7aadc581bec26c6afc29a7dc40543f2c 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-138,6
+138,8
@@
typedef struct {
int diff; /* (multiplied by ten internally) */
int terr; /* (likewise) */
time_t exported;
+ time_t last_found;
+ char *placer; /* Placer name */
char *hint; /* all these UTF8, XML entities removed, May be not HTML. */
utf_string desc_short;
utf_string desc_long;